Skip to content

chore(deps): bump the crates group across 1 directory with 2 updates#32

Open
dependabot[bot] wants to merge 5 commits intodevfrom
dependabot/cargo/tools/notify/dev/crates-a641e5bf37
Open

chore(deps): bump the crates group across 1 directory with 2 updates#32
dependabot[bot] wants to merge 5 commits intodevfrom
dependabot/cargo/tools/notify/dev/crates-a641e5bf37

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps the crates group with 2 updates in the /tools/notify directory: anyhow and tgbot.

Updates anyhow from 1.0.101 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates tgbot from 0.41.0 to 0.42.0

Release notes

Sourced from tgbot's releases.

0.42.0

Handlers

  • Added UpdateHandler trait implementation for Arc<T: UpdateHandler>.
  • Added LongPollOptions::with_concurrency_limit to limit the number of spawned tasks.

Bot API

9.4

  • Added types: GetUserProfileAudios, InlineKeyboardButtonStyle, KeyboardButtonStyle, SetBotProfilePhoto, RemoveBotProfilePhoto, UniqueGiftModelRarity, UserProfileAudios, VideoQuality.
  • Added enum variants:
    • MessageData: ChatOwnerChanged, ChatOwnerLeft.
  • Added fields:
    • Bot: allows_users_to_create_topics.
    • UniqueGift: is_burned.
    • UniqueGiftModel: rarity.
    • Video: qualities.
  • Added methods:
    • Bot: with_allows_users_to_create_topics.
    • KeyboardButton: with_icon_custom_emoji_id, with_style.
    • InlineKeyboardButton: with_icon_custom_emoji_id, with_style.
    • UniqueGift: with_is_burned.
    • Video: with_qualities.
Changelog

Sourced from tgbot's changelog.

0.42.0 (09.02.2026)

Handlers

  • Added UpdateHandler trait implementation for Arc<T: UpdateHandler>.
  • Added LongPollOptions::with_concurrency_limit to limit the number of spawned tasks.

Bot API

9.4

  • Added types: GetUserProfileAudios, InlineKeyboardButtonStyle, KeyboardButtonStyle, SetBotProfilePhoto, RemoveBotProfilePhoto, UniqueGiftModelRarity, UserProfileAudios, VideoQuality.
  • Added enum variants:
    • MessageData: ChatOwnerChanged, ChatOwnerLeft.
  • Added fields:
    • Bot: allows_users_to_create_topics.
    • UniqueGift: is_burned.
    • UniqueGiftModel: rarity.
    • Video: qualities.
  • Added methods:
    • Bot: with_allows_users_to_create_topics.
    • KeyboardButton: with_icon_custom_emoji_id, with_style.
    • InlineKeyboardButton: with_icon_custom_emoji_id, with_style.
    • UniqueGift: with_is_burned.
    • Video: with_qualities.
Commits
  • 976b184 Update changelog
  • 54a9e97 Add limit to spawn'ed tasks count in LongPoll (#28)
  • 728769b Prepare 0.42.0 release
  • 3f5985f Update Cargo.toml
  • a23fbf8 [Bot API 9.4] Add UniqueGift.is_burned
  • 3914d24 [Bot API 9.4] Add unique gift model rarity
  • 30542ec [Bot API 9.4] Add GetUserProfileAudios
  • ff44a10 [Bot API 9.4] Add UserProfileAudios
  • 17223ae [Bot API 9.4] Add ChatFullInfo.first_profile_audio
  • 804633f [Bot API 9.4] Add video quality
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Tools-cx-app and others added 4 commits February 11, 2026 20:20
Bumps the crates group with 2 updates in the /tools/notify directory: [anyhow](https://github.com/dtolnay/anyhow) and [tgbot](https://github.com/tg-rs/tgbot).


Updates `anyhow` from 1.0.101 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.101...1.0.102)

Updates `tgbot` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/tg-rs/tgbot/releases)
- [Changelog](https://github.com/tg-rs/tgbot/blob/master/CHANGELOG.md)
- [Commits](tg-rs/tgbot@0.41.0...0.42.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates
- dependency-name: tgbot
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants